A. cd
B. od
C. of
D. oct
Advertisement
Related Mcqs:
- What command is used to display a file contents in octal form ?
- A. oct B. of C. od D. cd...
- The Octal number to be given alogn with chmod command to make a file readable, writable and executable to the owner, readable and executable to group and others is_______________?
- A. 0 B. 755 C. 744 D. 555...
- Which command is used to save the standard output in a file, as well as display it on the terminal ?
- A. more B. cat C. grep D. tee...
- What command is used to save the standard output in a file, as well as display it on the terminal ?
- A. tee B. grep C. cat D. more...
- Which command is used to display all the lines with the string ‘sales’ from the file empl.lst ?
- A. cut sales empl.lst B. /sales > empl.lst C. grep sales empl.lst D. cat | /sales > empl.lst...
- Which command is used to display the top of the file ?
- A. cat B. head C. more D. grep...
- Which command is used to display the end of the file ?
- A. head – r B. tail C. eof D. bof...
- Which of the following commands is used to save the output of the who command in a file named user.lst, as well as display it ?
- A. who | tee user.lst B. who > user.lst C. who >> user.lst D. who < user.lste...
- If a file has read and write permissions for the owner, then the octal representation of the permissions will be_________________?
- A. 1 B. 6 C. 5 D. 3...
- Which option is used with cmp command to give a detailed list of the byte number and the differing bytes in octal for each character that differs in both the files ?
- A. -l B. -d C. -r D. -b...
Advertisement